/ Assembly List / LJCDataAccessConfig / DataConfig / GetConnectionString

Namespace - LJCDataAccessConfig


Returns

The connection string.

Syntax

C#
public String GetConnectionString()

Creates the populated connection string.

Example

C#
// See the DataConfig setup code on the DataConfig class page.

// Creates the populated connection string.
private static void GetConnectionString(DataConfig dataConfig)
{
  var connString = dataConfig.GetConnectionString();
}

Copyright © Lester J. Clark and Contributors.
Licensed under the MIT License.